Part Number Hot Search : 
MIC4680 ZNBR6 SB140 A2098 SBL1050 BCR10 601SN1 1015A
Product Description
Full Text Search
 

To Download FM25640B-GTR Datasheet File

  If you can't view the Datasheet, Please click here to try to view without PDF Reader .  
 
 


  Datasheet File OCR Text:
  preliminary this is a product that has fixed target specifications but are subject ramtron international corporation to change pending characterization results. 1850 ramtron drive, colorado springs, co 80921 (800) 545-f-ram, (719) 481-7000 rev. 1.2 www.ramtron.com mar. 2011 page 1 of 13 fm25640b 64kb serial 5v f-ram memory features 64k bit ferroelectric nonvolatile ram ? organized as 8,192 x 8 bits ? high endurance 1 trillion (10 12 ) read/writes ? 38 year data retention ? nodelay? writes ? advanced high-reliability ferroelectric process very fast serial peripheral interface - spi ? up to 20 mhz maximum bus frequency ? direct hardware replacement for eeprom ? spi mode 0 & 3 (cpol, cpha=0,0 & 1,1) sophisticated write protection scheme ? hardware protection ? software protection low power consumption ? 250 a active current (1 mhz) ? 4 a (typ.) standby current industry standard configuration ? industrial temperature -40 c to +85 c ? 8-pin ?green?/rohs soic (-g) description the fm25640b is a 64-kilobit nonvolatile memory employing an advanced ferroelectric process. a ferroelectric random access memory or f-ram is nonvolatile but operates in other respects as a ram. it provides reliable data retention for 38 years while eliminating the complexities, overhead, and system level reliability problems caused by eeprom and other nonvolatile memories. the fm25640b performs write operations at bus speed. no write delays are incurred. data is written to the memory array immediately after it has been successfully transferred to the device. the next bus cycle may commence immediately without the need for data polling. the fm25640b is capable of supporting up to 10 12 read/write cycles, or a million times more write cycles than eeprom. these capabilities make the fm25640b ideal for nonvolatile memory applications requiring frequent or rapid writes. examples range from data collection, where the number of write cycles may be critical, to demanding industrial controls where the long write time of eeprom can cause data loss. the fm25640b provides substantial benefits to users of serial eeprom, in a hardware drop-in replacement. the fm25640b uses the high-speed spi bus, which enhances the high-speed write capability of f-ram technology. the specifications are guaranteed over an industrial temperature range of -40c to +85c. pin configuration pin names function /cs chip select /hold hold /wp write protect sck serial clock si serial data input so serial data output vdd 5v vss ground ordering information fm25640b-g ?green?/rohs 8-pin soic FM25640B-GTR ?green?/rohs 8-pin soic, tape & reel cs so wp vss vdd hold sck si 1 2 3 4 8 7 6 5
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 2 of 13 instruction decode clock generator control logic write protect instruction register address register counter 1,024 x 64 fram array 13 data i/o register 8 nonvolatile status register 3 wp cs hold sck so figure 1. block diagram pin description pin name i/o pin description /cs input chip select: enables and disables the device. when /cs is high, the output pin so is hi- z, all other inputs are ignored, and the device remains in a low-power standby mode. when /cs is low, the part will respond to the sck signal. a falling edge on /cs must occur for every op-code. sck input serial clock: all i/o activity is synchronized to the serial clock. inputs are latched on the rising edge and outputs occur on the falling edge. the device is static so the clock frequency may be any value between 0 and 20 mhz and may be interrupted at any time. /hold input hold: the /hold signal is used when the host cpu must interrupt a memory operation for another task. asserting the /hold signal low pauses the current operation. the device ignores sck and /cs. all transitions on /hold must occur while sck is low. /wp input write protect: this pin prevents write operations to the status register. this is critical since other write protection features are controlled through the status register. a complete explanation of write protection is provided below. *note that the function of /wp is different from the fm25040 where it prevents all writes to the part. si input serial input: si is the data input pin. it is sampled on the rising edge of sck and is ignored otherwise. it should always be driven to a valid logic level to meet idd specifications. * si may be connected to so for a single pin data interface. so output serial output: so is the data output pin. it is driven during read cycles and remains hi-z at all other times including when hold\ is low. data transitions are driven on the falling edge of the serial clock. * so can be connected to si for a single pin data interface since the part communicates in half-duplex. vdd supply supply voltage: 5v vss supply ground
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 3 of 13 overview the fm25640b is a serial f-ram memory. the memory array is logically organized as 8,192 x 8 and is accessed using an industry standard serial peripheral interface or spi bus. functional operation of the f-ram is similar to serial eeproms. the major difference between the fm25640b and a serial eeprom with the same pinout relates to its superior write performance. memory architecture when accessing the fm25640b, the user addresses 8,192 locations of 8 data bits each. these data bits are shifted in and out serially. the addresses are accessed using the spi protocol, which includes a chip select (to permit multiple devices on the bus), an op-code and a two-byte address. the upper 3 bits of the address range are ignored by the device. the complete address of 13-bits specifies each byte address uniquely. most functions of the fm25640b either are controlled by the spi interface or are handled automatically by on-board circuitry. the access time for memory operation essentially is zero, beyond the time needed for the serial protocol. that is, the memory is read or written at the speed of the spi bus. unlike an eeprom, it is not necessary to poll the device for a ready condition since writes occur at bus speed. that is, by the time a new bus transaction can be shifted into the part, a write operation will be complete. this is explained in more detail in the interface section. users expect several obvious system benefits from the fm25640b due to its fast write cycle and high endurance as compared with eeprom. however there are less obvious benefits as well. for example in a high noise environment, the fast-write operation is less susceptible to corruption than an eeprom since it is completed quickly. by contrast, an eeprom requiring milliseconds to write is vulnerable to noise during much of the cycle. note that the fm25640b contains no power management circuits other than a simple internal power-on reset. it is the user?s responsibility to ensure that v dd is within datasheet tolerances to prevent incorrect operation. it is recommended that the part is not powered down with chip enable active. serial peripheral interface ? spi bus the fm25640b employs a serial peripheral interface (spi) bus. it is specified to operate at speeds up to 20 mhz. this high-speed serial bus provides high performance serial communication to a host microcontroller. many common microcontrollers have hardware spi ports allowing a direct interface. it is quite simple to emulate the port using ordinary port pins for microcontrollers that do not. the fm25640b operates in spi mode 0 and 3. the spi interface uses a total of four pins: clock, data-in, data-out, and chip select. it is possible to connect the two data lines together. figure 2 illustrates a typical system configuration using the fm25640b with a microcontroller that offers an spi port. figure 3 shows a similar configuration for a microcontroller that has no hardware support for the spi bus. protocol overview the spi interface is a synchronous serial interface using clock and data lines. it is intended to support multiple devices on the bus. each device is activated using a chip select. once chip select is activated by the bus master, the fm25640b will begin monitoring the clock and data lines. the relationship between the falling edge of /cs, the clock, and data is dictated by the spi mode. the device will make a determination of the spi mode on the falling edge of each chip select. while there are four such modes, the fm25640b supports modes 0 and 3. figure 4 shows the required signal relationships for modes 0 and 3. in both cases, data is clocked into the fm25640b on the rising edge of sck and data is expected on the first rising edge after /cs goes active. if the clock begins from a high state, it will fall prior to beginning data transfer in order to create the first rising edge. the fm25640b is controlled by spi op-codes. these op-codes specify the commands to the part. after /cs is asserted, the first byte transferred from the bus master is the op-code. following the op-code, addresses and data are then transferred. note that the wren and wrdi op-codes are commands with no subsequent data transfer. important: the /cs must go inactive after an operation is complete and before a new op-code can be issued. there is one valid op-code only per active chip select.
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 4 of 13 figure 2. system configuration with spi port figure 3. system configuration without spi port spi mode 0: cpol=0, cpha=0 0 1 2 3 4 5 6 7 spi mode 3: cpol=1, cpha=1 0 1 2 3 4 5 6 7 figure 4. spi modes 0 & 3
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 5 of 13 data transfer all data transfers to and from the fm25640b occur in 8-bit groups. they are synchronized to the clock signal (sck) and they transfer most significant bit (msb) first. serial inputs are registered on the rising edge of sck. the so output is driven from the falling edge of sck. command structure there are six commands called op-codes that can be issued by the bus master to the fm25640b. they are listed in the table below. these op-codes control the functions performed by the memory. they can be divided into three categories. first, there are commands that have no subsequent operations. they perform a single function such as to enable a write operation. second are commands followed by one byte, either in or out. they operate on the status register. the third group includes commands for memory transactions followed by an address and one or more bytes of data. table 1. op-code commands name description op-code value wren set write enable latch 0000_0110b wrdi write disable 0000_0100b rdsr read status register 0000_0101b wrsr write status register 0000_0001b read read memory data 0000_0011b write write memory data 0000_0010b wren - set write enable latch the fm25640b will power up with writes disabled. the wren command must be issued prior to any write operation. sending the wren op-code will allow the user to issue subsequent op-codes for write operations. these include writing the status register and writing the memory. sending the wren op-code causes the internal write enable latch to be set. a flag bit in the status register, called wel, indicates the state of the latch. wel=1 indicates that writes are permitted. attempting to write the wel bit in the status register has no effect. completing any write operation will automatically clear the write-enable latch and prevent further writes without another wren command. figure 5 illustrates the wren command bus configuration. wrdi - write disable the wrdi command disables all write activity by clearing the write enable latch. the user can verify that writes are disabled by reading the wel bit in the status register and verifying that wel=0. figure 6 illustrates the wrdi command bus configuration. figure 5. wren bus configuration figure 6. wrdi bus configuration
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 6 of 13 rdsr - read status register the rdsr command allows the bus master to verify the contents of the status register. reading status provides information about the current state of the write protection features. following the rdsr op- code, the fm25640b will return one byte with the contents of the status register. the status register is described in detail below. wrsr ? write status register the wrsr command allows the user to select certain write protection features by writing a byte to the status register. prior to issuing a wrsr command, the /wp pin must be high or inactive. note that on the fm25640b, /wp only prevents writing to the status register, not the memory array. prior to sending the wrsr command, the user must send a wren command to enable writes. note that executing a wrsr command is a write operation and therefore clears the write enable latch. the bus configuration of rdsr and wrsr in the timing diagrams below. figure 7. rdsr bus configuration figure 8. wrsr bus configuration status register & write protection the write protection features of the fm25640b are multi-tiered. first, a wren op-code must be issued prior to any write operation. assuming that writes are enabled using wren, writes to memory are controlled by the status register. as described above, writes to the status register are performed using the wrsr command and subject to the /wp pin. the status register is organized as follows. table 2. status register bit 7 6 5 4 3 2 1 0 name wpen 0 0 0 bp1 bp0 wel 0 bits 0 and 4-6 are fixed at 0 and cannot be modified. note that bit 0 (ready in eeproms) is unnecessary as the f-ram writes in real-time and is never busy. the wpen, bp1 and bp0 control write protection features. they are nonvolatile (shaded yellow). the wel flag indicates the state of the write enable latch. this bit is internally set by the wren command and is cleared by terminating a write cycle (/cs high) or by using the wrdi command. bp1 and bp0 are memory block write protection bits. they specify portions of memory that are write- protected as shown in the following table. table 3. block memory write protection bp1 bp0 protected address range 0 0 none 0 1 1800h to 1fffh (upper ?) 1 0 1000h to 1fffh (upper ?) 1 1 0000h to 1fffh (all)
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 7 of 13 the bp1 and bp0 bits and the write enable latch are the only mechanisms that protect the memory from writes. the remaining write protection features protect inadvertent changes to the block protect bits. the wpen bit controls the effect of the hardware /wp pin. when wpen is low, the /wp pin is ignored. when wpen is high, the /wp pin controls write access to the status register. thus the status register is write protected if wpen=1 and /wp=0. this scheme provides a write protection mechanism, which can prevent software from writing the memory under any circumstances. this occurs if the bp1 and bp0 are set to 1, the wpen bit is set to 1, and /wp is set to 0. this occurs because the block protect bits prevent writing memory and the /wp signal in hardware prevents altering the block protect bits (if wpen is high). therefore in this condition, hardware must be involved in allowing a write operation. the following table summarizes the write protection conditions. table 4. write protection wel wpen /wp protected blocks unprotected blocks status register 0 x x protected protected protected 1 0 x protected unprotected unprotected 1 1 0 protected unprotected protected 1 1 1 protected unprotected unprotected memory operation the spi interface, with its relatively high maximum clock frequency, highlights the fast write capability of the f-ram technology. unlike spi-bus eeproms, the fm25640b can perform sequential writes at bus speed. no page register is needed and any number of sequential writes may be performed. write operation all writes to the memory array begin with a wren op-code. the next op-code is the write instruction. this op-code is followed by a two-byte address value. the upper 3-bits of the address are ignored. in total, the 13-bits specify the address of the first byte of the write operation. subsequent bytes are data and they are written sequentially. addresses are incremented internally as long as the bus master continues to issue clocks. if the last address of 1fffh is reached, the counter will roll over to 0000h. data is written msb first. unlike eeproms, any number of bytes can be written sequentially and each byte is written to memory immediately after it is clocked in (after the 8 th clock). the rising edge of /cs terminates a write op-code operation. read operation after the falling edge of /cs, the bus master can issue a read op-code. following this instruction is a two- byte address value. the upper 3-bits of the address are ignored. in total, the 13-bits specify the address of the first byte of the read operation. after the op-code and address are complete, the si line is ignored. the bus master issues 8 clocks, with one bit read out for each. addresses are incremented internally as long as the bus master continues to issue clocks. if the last address of 1fffh is reached, the counter will roll over to 0000h. data is read msb first. the rising edge of /cs terminates a read op-code operation. the bus configuration for read and write operations is shown below. hold the /hold pin can be used to interrupt a serial operation without aborting it. if the bus master pulls the /hold pin low while sck is low, the current operation will pause. taking the /hold pin high while sck is low will resume an operation. the transitions of /hold must occur while sck is low, but the sck pin can toggle during a hold state.
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 8 of 13 0 1 2 34567 0 1 2 345 34567 0 1 2 34567 op-code 0 0 0 0 0 0 1 0 msb 13-bit address xxx121110 4321076543210 lsb msb lsb cs sck si so data figure 9. memory write 0 1 2 34567 0 1 2 345 34567 0 1 2 34567 op-code 0 0 0 0 0 0 1 msb 13-bit address xxx121110 43210 76543210 lsb msb lsb cs sck si so data 1 figure 10. memory read endurance internally, a f-ram operates with a read and restore mechanism. therefore, endurance cycles are applied for each access: read or write. the f-ram architecture is based on an array of rows and columns. each access causes a cycle for an entire row. in the fm25640b, a row is 64 bits wide. every 8-byte boundary marks the beginning of a new row. endurance can be optimized by ensuring frequently accessed data is located in different rows. regardless, f-ram read and write endurance is effectively unlimited at the 20mhz clock speed. even at 2000 accesses per second to the same row, 15 years time will elapse before 10 12 endurance cycles occur.
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 9 of 13 electrical specifications absolute maximum ratings symbol description ratings v dd power supply voltage with respect to v ss -1.0v to +7.0v v in voltage on any pin with respect to v ss -1.0v to +7.0v and v in < v dd +1.0v t stg storage temperature -55 c to + 125 c t lead lead temperature (soldering, 10 seconds) 260 c v esd electrostatic discharge voltage - human body model (aec-q100-002 rev. e) - charged device model (aec-q100-011 rev. b) - machine model (aec-q100-003 rev. e) 4kv 1.25kv 300v package moisture sensitivity level msl-1 stresses above those listed under absolute maximum ratings may cause permanent damage to the device. this is a stress rating only, and the functional operation of the device at these or any other conditions above those listed in the operational section of this specification is not implied. exposure to absolute maximum ratings conditions for extended periods may affect device reliabilit y. dc operating conditions (t a = -40 c to + 85 c, v dd = 4.5v to 5.5v unless otherwise specified) symbol parameter min typ max units notes v dd power supply voltage 4.5 5.0 5.5 v i dd v dd supply current @ sck = 1.0 mhz @ sck = 20.0 mhz 0.25 4.0 ma ma 1 i sb standby current 4 10 1 1 notes 1. sck toggling between v dd -0.3v and v ss , other inputs v ss or v dd -0.3v 2. sck = si = /cs=v dd . all inputs v ss or v dd . 3. v in or v out = v ss to v dd . 4. this parameter is characterized but not 100% tested.
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 10 of 13 ac parameters (t a = -40 c to + 85 c, v dd = 4.5v to 5.5v unless otherwise specified) symbol parameter min max units notes f ck sck clock frequency 0 20 mhz t ch clock high time 22 ns t cl clock low time 22 ns t csu chip select setup 10 ns t csh chip select hold 10 ns t od output disable 20 ns 2 t odv output data valid 20 ns 3 t oh output data hold 0 ns t d deselect time 60 ns t r data in rise time 50 ns 1,2 t f data in fall time 50 ns 1,2 t h data in hold time 5 ns t su data in setup time 5 ns t hs /hold input setup time 10 ns t hh /hold input hold time 10 ns t hz /hold low to data out hi-z 20 ns 2 t lz /hold high to data out lo-z 20 ns 2 notes 1. rise and fall times measured between 10% and 90% of waveform. 2. this parameter is characterized but not 100% tested. 3. for clock high time t ch 100 ns, the parameter t odv is extended such that t ch + t odv 160 ns. capacitance (t a = 25 c, f=1.0 mhz, v dd = 5v) symbol parameter max units notes c o output capacitance (so) 8 pf 1 c i input capacitance 6 pf 1 notes 1. this parameter is characterized and not 100% tested. ac test conditions input pulse levels 10% and 90% of v dd input rise and fall times 10 ns input and output timing levels 0.5 v dd output load capacitance 100 pf data retention symbol parameter min max units notes t dr @ +85oc 10 - years @ +80oc 19 - years @ +75oc 38 - years
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 11 of 13 serial data bus timing cs sck si so 1/tck tcl tch tcsh todv toh tod tcsu tsu th td tr tf /hold timing cs sck so hold ths thh thz tlz ths thh power cycle timing power cycle timing (t a = -40 c to + 85 c, v dd = 4.5v to 5.5v unless otherwise specified) symbol parameter min max units notes t pu v dd (min) to first access start 10 - ms t pd last access complete to v dd (min) 0 - notes 1. slope measured at any point on v dd waveform.
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 12 of 13 mechanical drawing (8-pin soic ? jedec ms-012, variation aa) pin 1 3.90 0.10 6.00 0.20 4.90 0.10 0.10 0.25 1.35 1.75 0.33 0.51 1.27 0.10 mm 0.25 0.50 45 0.40 1.27 0.19 0.25 0 - 8 recommended pcb footprint 7.70 0.65 1.27 2.00 3.70 refer to jedec ms-012 for complete dimensions and notes. all dimensions in millimeters . soic package marking scheme legend: xxxxxxx= part number, p= package type (g=soic) r=rev code, lllllll= lot code ric=ramtron int?l corp, yy=year, ww=work week example: fm25640b, ?green? soic package, year 2010, work week 51 fm25640b-g a00002g1 ric1051 xxxxxxx-p rlllllll ricyyww
fm25640b - 64kb 5v spi f-ram rev. 1.2 mar. 2011 13 of 13 revision history revision date summary 1.0 11/10/2010 initial release 1.1 2/15/2011 changed t pu and t vf spec limits. 1.2 3/30/2011 added esd ratings. fixed units typo on t r , t f ac parameters.


▲Up To Search▲   

 
Price & Availability of FM25640B-GTR

All Rights Reserved © IC-ON-LINE 2003 - 2022  

[Add Bookmark] [Contact Us] [Link exchange] [Privacy policy]
Mirror Sites :  [www.datasheet.hk]   [www.maxim4u.com]  [www.ic-on-line.cn] [www.ic-on-line.com] [www.ic-on-line.net] [www.alldatasheet.com.cn] [www.gdcy.com]  [www.gdcy.net]


 . . . . .
  We use cookies to deliver the best possible web experience and assist with our advertising efforts. By continuing to use this site, you consent to the use of cookies. For more information on cookies, please take a look at our Privacy Policy. X